SyServiceExceptionNotificationType 
Logical Entity Name  SyServiceExceptionNotificationType 
Default Table Name  SyServiceExceptionNotificationType 
Physical Only  NO 
Definition 
 
Note 
 

SyServiceExceptionNotificationType Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SyServiceExceptionNotificationTypeId(PK)    int  NO 
 
Code    varchar(10)  YES 
 
Descrip    varchar(500)  YES 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 
Active    bit  NO 
 
ActionSequence    nvarchar(255)  NO 
 

SyServiceExceptionNotificationType Primary and Unique Keys 
Key Name  Key Type  Keys 
Uk_SyServiceExceptionNotificationType_Code  Index  Code 
PK_SyServiceExceptionNotificationType_SyServiceExceptionNotificationTypeID  PrimaryKey  SyServiceExceptionNotificationTypeId 

SyServiceExceptionNotificationType Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
SyStaff  Non-Identifying  One To Zero or More  FK_SyServiceExceptionNotificationTypeUserID_SyStaffSyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
SyServiceExceptionNotificationTemplate  Non-Identifying  One To Zero or More  FK_SyServiceExceptionNotifTemplateSyServiceExceptionNotifTypeId_SyServiceExceptionNotifTypeSyServiceExceptionNotifTypeId        NO  YES 

SyServiceExceptionNotificationType Check Constraints 
Check Constraint Name  CheckConstraint